home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.6 KB | 70 lines | [TEXT/MPS ] |
- {
- File: OSAComp.p
-
- Contains: AppleScript Component Implementor's Interfaces.
-
- Version: Technology: AppleScript 1.1
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- }
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := 0}
- {$ENDC}
-
- {$IFC NOT UsingIncludes}
- UNIT OSAComp;
- INTERFACE
- {$ENDC}
-
- {$IFC UNDEFINED __OSACOMP__}
- {$SETC __OSACOMP__ := 1}
-
- {$I+}
- {$SETC OSACompIncludes := UsingIncludes}
- {$SETC UsingIncludes := 1}
-
- {$IFC UNDEFINED __APPLEEVENTS__}
- {$I AppleEvents.p}
- {$ENDC}
- {$IFC UNDEFINED __OSA__}
- {$I OSA.p}
- {$ENDC}
-
- {$PUSH}
- {$ALIGN MAC68K}
- {$LibExport+}
-
- {$IFC FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE }
- {
- *************************************************************************
- Types and Constants
- *************************************************************************
- }
- {
- *************************************************************************
- Routines for Associating a Storage Type with a Script Data Handle
- *************************************************************************
- }
- FUNCTION OSAGetStorageType(scriptData: Handle; VAR dscType: DescType): OSErr;
- FUNCTION OSAAddStorageType(scriptData: Handle; dscType: DescType): OSErr;
- FUNCTION OSARemoveStorageType(scriptData: Handle): OSErr;
- {$ENDC}
- {$ALIGN RESET}
- {$POP}
-
- {$SETC UsingIncludes := OSACompIncludes}
-
- {$ENDC} {__OSACOMP__}
-
- {$IFC NOT UsingIncludes}
- END.
- {$ENDC}
-